home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / nose / O.sgi / Makefile < prev    next >
Makefile  |  1993-11-05  |  347b  |  17 lines

  1. GEOM = ../../../..
  2. include ${GEOM}/makefiles/Makedefs.global
  3. include ../Makedefs
  4. include ${GEOM}/makefiles/Makerules.obj
  5.  
  6. LIBS=${ALLOOGLLIBS} -lm
  7.  
  8. install:    install_module
  9.  
  10. install_module: ${TARGETS}
  11.     ${INSTALLMODULE} ${TARGETS} ../.geomview-nose ${MODULEDIR}
  12.  
  13. ${TARGETS}:    ${OBJS}
  14.     ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS}
  15.     /bin/rm -f ../$@
  16.     ln $@ ..
  17.